3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next
In binary metafiles, Int64 is a 64-bit quantity; in text metafiles, it is represented by the following struct:
typedef struct Int64 {
Int32 hi
Uns32 lo
} Int64
Previous | QD3D Book | Overview | Chapter Contents | Next